-
Notifications
You must be signed in to change notification settings - Fork 477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update apiVersion for PodDisruptionBudget
and HorizontalPodAutoscaler
#685
feat: update apiVersion for PodDisruptionBudget
and HorizontalPodAutoscaler
#685
Conversation
Signed-off-by: Burak Karakan <burak.karakan@gmail.com>
Signed-off-by: Burak Karakan <burak.karakan@gmail.com>
Signed-off-by: Burak Karakan <burak.karakan@gmail.com>
Signed-off-by: Burak Karakan <burak.karakan@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@karakanb thanks for the PR, I agree that this is an important change, are you able to make the small number of changes (listed in the comments) so we can get this released ASAP?
PodDisruptionBudget
and HorizontalPodAutoscaler
(fix 1.25+)
Signed-off-by: Burak Karakan <burak.karakan@gmail.com>
Signed-off-by: Burak Karakan <burak.karakan@gmail.com>
…a versions Signed-off-by: Burak Karakan <burak.karakan@gmail.com>
@thesuperzapper I have done the changes you have asked for, hope it's good to go now. 🤞 |
+1 Any news? |
Hey guys, Any news on this? PodDisruptionBudget has been in known deprecation since 1.21. This is now blocking many peoples cluster upgrades. @thesuperzapper is there anything we as the community can do to move this along faster? |
PodDisruptionBudget
and HorizontalPodAutoscaler
(fix 1.25+)PodDisruptionBudget
and HorizontalPodAutoscaler
apis (fix 1.25+)
PodDisruptionBudget
and HorizontalPodAutoscaler
apis (fix 1.25+)PodDisruptionBudget
and HorizontalPodAutoscaler
apis (fix 1.25+)
PodDisruptionBudget
and HorizontalPodAutoscaler
apis (fix 1.25+)PodDisruptionBudget
and HorizontalPodAutoscaler
…utoscaler` Signed-off-by: Mathew Wicks <thesuperzapper@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@karakanb thanks for your patience, I will be including this PR in 8.7.0
of the chart today.
Note that I pushed a small doc fix to your branch.
What issues does your PR fix?
PodDisruptionBudget
andHorizontalPodAutoscaler
use unavailable apis (fix Kubernetes 1.25+) #679What does your PR do?
This PR updates the default
apiVersions
we use for thePodDisruptionBudget
andHorizontalPodAutoscaler
resources to ensure support of Kubernetes 1.25+, and introduces values for users to set the older ones, if needed.Adds the following values for
PodDisruptionBudget
:flower.podDisruptionBudget.apiVersion
(default:policy/v1
)pgbouncer.podDisruptionBudget.apiVersion
(default:policy/v1
)scheduler.podDisruptionBudget.apiVersion
(default:policy/v1
)triggerer.podDisruptionBudget.apiVersion
(default:policy/v1
)web.podDisruptionBudget.apiVersion
(default:policy/v1
)workers.podDisruptionBudget.apiVersion
(default:policy/v1
)Adds the following values for
HorizontalPodAutoscaler
:workers.autoscaling.apiVersion
(default:autoscaling/v2
)Checklist
For all Pull Requests
For releasing ONLY